home *** CD-ROM | disk | FTP | other *** search
/ Freelog 38 / Freelog038.iso / Bas / Bureautique / Ntl480 / Setup.exe / {app} / Libraries / CSS1.clb < prev    next >
Text File  |  2002-06-10  |  17KB  |  430 lines

  1. = V5 MultiLine NoSorting TabWidth=30
  2.  
  3. H=";CSS1 Template"
  4.  
  5.  
  6. H="New Web page"
  7. ^!Open ^$GetTemplatePath$CSS1.tpl
  8.  
  9. H=";"
  10.  
  11.  
  12. H=";Adding Style"
  13.  
  14.  
  15. H="Embedded Style"
  16. ^!InsertHtml <STYLE TYPE="text/css">^P<!--^P^&^P-->^P</STYLE>^P
  17.  
  18. H="Linked Style"
  19. ^!Set %Stylesheet%=^?{(T=O;F="Stylesheets (*.css)|*.css")Stylesheet to link}
  20. ^!IfFalse "^$IsEmpty(^%Stylesheet%)$" ^!Set %Stylesheet%=^$FileToUrl("^$GetRelativeName("^%Stylesheet%")$")$
  21. ^!InsertWizardHtml <LINK REL="stylesheet" TYPE="text/css" HREF="^%Stylesheet%">^P
  22.  
  23. H="Inline Style"
  24. ^!InsertHtml STYLE="^&"
  25.  
  26. H="Style Comment"
  27. ^!InsertText /*^&*/
  28.  
  29. H="Style Property"
  30. ^!Set %Property%=^?{(T=C)Pick a property==_background|background-attachment|background-color|background-image|background-position|background-repeat|border|border-bottom|border-bottom-width|border-color|border-left|border-left-width|border-right|border-right-width|border-style|border-top|border-top-width|border-width|clear|color|display|float|font|font-family|font-size|font-style|font-variant|font-weight|height|letter-spacing|line-height|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|padding|padding-bottom|padding-left|padding-right|padding-top|text-align|text-decoration|text-indent|text-transform|white-space|width|word-spacing}
  31. ^!Clip ^%Property%
  32.  
  33. H=";"
  34.  
  35.  
  36. H=";Selectors"
  37.  
  38.  
  39. H="Block Element Selector"
  40. ^!Set %Element%=address|blockquote|body|caption|dd|div|dl|dt|fieldset|form|h1|h2|h3|h4|h5|h6|hr|li|noscript|ol|p|pre|table|tbody|td|tfoot|th|thead|tr|ul
  41. ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$
  42. ^!InsertText ^?{Element name=^%Element%}{^p^&^p}
  43.  
  44. H="Inline Element Selector"
  45. ^!Set %Element%=a|abbr|acronym|b|bdo|big|br|button|cite|code|dfn|em|i|img|input|kbd|label|map|object|q|samp|script|select|small|span|strong|sub|sup|textarea|tt|var
  46. ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$
  47. ^!InsertText ^?{Element name=^%Element%}{^p^&^p}
  48.  
  49. H="Class Selector (subset)"
  50. ^!Set %Element%=a|address|blockquote|body|div|h1|h2|h3|h4|img|ol|p|pre|span|table|ul
  51. ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$
  52. ^!InsertText ^?{Element name=_none^=|^%Element%}.^?{Class name}{^p^&^p}
  53.  
  54. H="ID Selector"
  55. ^!InsertWizardHtml #^?{ID name}{^p^&^p}
  56.  
  57. H=";"
  58.  
  59.  
  60. H=";Pseudoclasses"
  61.  
  62.  
  63. H="A:active"
  64. ^!Set %Element%=a
  65. ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$
  66. ^!InsertText ^%Element%:active{^p^&^p}
  67.  
  68. H="A:link"
  69. ^!Set %Element%=a
  70. ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$
  71. ^!InsertText ^%Element%:link{^p^&^p}
  72.  
  73. H="A:visited"
  74. ^!Set %Element%=a
  75. ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$
  76. ^!InsertText ^%Element%:visited{^p^&^p}
  77.  
  78. H=";"
  79.  
  80.  
  81. H=";Basic Tags"
  82.  
  83.  
  84. H="Div"
  85. ^!SetPasteIndent Off
  86. ^!InsertWizardHtml <DIV CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^P^&^P</DIV>
  87.  
  88. H="H? header"
  89. ^!InsertWizardHtml <H^?{(T=C)&Header level==_1|2|3|4|5|6} CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^&</H^?{&Header level}>^P
  90.  
  91. H="Horizontal line"
  92. ^!InsertWizardHtml <HR CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^P
  93.  
  94. H="Hyperlink"
  95. ^!InsertWizardHtml <A CLASS="^?{&Class name}" ID="^?{&Unique ID name}" HREF="^?{&Link URL}"}">^?{Link &description=^&}</A>
  96.  
  97. H="Image"
  98. ^!InsertWizardHtml <IMG CLASS="^?{&Class name}" ID="^?{&Unique ID name}" ^?{(T=T;F="Image Files|*.gif;*.png;*.jpg;*.jpeg")&Image file name} ALT="^?{Image text &description=^&}">
  99.  
  100. H="MailTo"
  101. ^!InsertWizardHtml <A CLASS="^?{&Class name}" ID="^?{&Unique ID name}" HREF="mailto:^?{&Email address=^&}">^?{&Link description text=^&}</A>
  102.  
  103. H="Line break"
  104. ^!InsertWizardHtml <BR CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^P
  105.  
  106. H="Paragraph block"
  107. ^!SetPasteIndent Off
  108. ^!InsertWizardHtml <P CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^&</P>
  109.  
  110. H="Span"
  111. ^!SetPasteIndent Off
  112. ^!InsertWizardHtml <SPAN CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^&</SPAN>
  113.  
  114. H=";"
  115.  
  116.  
  117. H=";CSS1 Properties"
  118.  
  119.  
  120. H="background"
  121. ;<background-color>|<background-image>|<background-repeat>|<background-attachment>|<background-position>
  122. ^!Set %color%=^?{background-&color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow};%Image%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg;*.jpe")Value for background-&image};%repeat%=^?{background-&repeat==_repeat|repeat-x|repeat-y|no-repeat};%attachment%=^?{background-&attachment==_scroll|fixed};%position%=^?{background-&position=_0% 0%|top|center|bottom|left|center|right}
  123. ^!Set %Value%=^%Empty%
  124.  
  125. ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color%
  126. ^!IfFalse "^$IsEmpty(^%Image%)$" ^!Set %Value%=^%Value% url(^$FileToUrl("^$GetRelativeName("^%Image%")$")$)
  127. ^!IfFalse "^$IsEmpty(^%repeat%)$" ^!Set %Value%=^%Value% ^%repeat%
  128. ^!IfFalse "^$IsEmpty(^%attachment%)$" ^!Set %Value%=^%Value% ^%attachment%
  129. ^!IfFalse "^$IsEmpty(^%position%)$" ^!Set %Value%=^%Value% ^%position%
  130.  
  131. ^!InsertText background:^%Value%;
  132.  
  133. H="background-attachment"
  134. ^!Set %Value%=^?{Value for background-attachment==_scroll|fixed}
  135. ^!InsertText background-attachment: ^%Value%;
  136.  
  137. H="background-color"
  138. ^!Set %Value%=^?{Value for background-color=_transparent|aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow}
  139. ^!InsertText background-color: ^%Value%;
  140.  
  141. H="background-image"
  142. ^!Set %Value%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg;*.jpe")Value for background-image}
  143. ^!InsertText background-image: url(^$FileToUrl("^$GetRelativeName("^%Value%")$")$);
  144.  
  145. H="background-position"
  146. ^!Set %Horizontal%=^?{&Horizontal background-position=_0%|top|center|bottom|left|center|right};%Vertical%=^?{&Vertical background-position=_0%|top|center|bottom|left|center|right}
  147. ^!Set %Value%=^%Horizontal%
  148.  
  149. ^!IfFalse "^$IsEmpty(^%Vertical%)$" ^!Set %Value%=^%Value% ^%Vertical%
  150. ^!InsertText background-position: ^%Value%;
  151.  
  152. H="background-repeat"
  153. ^!Set %Value%=^?{Value for background-repeat==_repeat|repeat-x|repeat-y|no-repeat}
  154. ^!InsertText background-repeat: ^%Value%;
  155.  
  156. H=";"
  157.  
  158.  
  159. H="border"
  160. ;<border-width>|<border-style>|<color>
  161. ^!Set %width%=^?{border-&width=thin|_medium|thick};%style%=^?{border-&style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-&color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow}
  162. ^!Set %Value%=^%Empty%
  163.  
  164. ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width%
  165. ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style%
  166. ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color%
  167.  
  168. ^!InsertText border:^%Value%;
  169.  
  170. H="border-bottom"
  171. ;<border-bottom-width>|<border-style>|<color>
  172. ^!Set %width%=^?{border-bottom-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow}
  173. ^!Set %Value%=^%Empty%
  174.  
  175. ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width%
  176. ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style%
  177. ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color%
  178.  
  179. ^!InsertText border-bottom:^%Value%;
  180.  
  181. H="border-bottom-width"
  182. ^!Set %Value%=^?{Value for border-bottom-width=thin|_medium|thick}
  183. ^!InsertText border-bottom-width: ^%Value%;
  184.  
  185. H="border-color"
  186. ^!Set %Value%=^?{Value for border-color=aqua|_black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow}
  187. ^!InsertText border-color: ^%Value%;
  188.  
  189. H="border-left"
  190. ;<border-left-width>|<border-style>|<color>
  191. ^!Set %width%=^?{border-left-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow}
  192. ^!Set %Value%=^%Empty%
  193.  
  194. ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width%
  195. ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style%
  196. ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color%
  197.  
  198. ^!InsertText border-left:^%Value%;
  199.  
  200. H="border-left-width"
  201. ^!Set %Value%=^?{Value for border-left-width=thin|_medium|thick}
  202. ^!InsertText border-left-width: ^%Value%;
  203.  
  204. H="border-right"
  205. ;<border-right-width>|<border-style>|<color>
  206. ^!Set %width%=^?{border-right-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow}
  207. ^!Set %Value%=^%Empty%
  208.  
  209. ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width%
  210. ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style%
  211. ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color%
  212.  
  213. ^!InsertText border-right:^%Value%;
  214.  
  215. H="border-right-width"
  216. ^!Set %Value%=^?{Value for border-right-width=thin|_medium|thick}
  217. ^!InsertText border-right-width: ^%Value%;
  218.  
  219. H="border-style"
  220. ^!Set %Value%=^?{Value for border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset}
  221. ^!InsertText border-style: ^%Value%;
  222.  
  223. H="border-top"
  224. ;<border-top-width>|<border-style>|<color>
  225. ^!Set %width%=^?{border-top-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow}
  226. ^!Set %Value%=^%Empty%
  227.  
  228. ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width%
  229. ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style%
  230. ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color%
  231.  
  232. ^!InsertText border-top:^%Value%;
  233.  
  234. H="border-top-width"
  235. ^!Set %Value%=^?{Value for border-top-width=thin|_medium|thick}
  236. ^!InsertText border-top-width: ^%Value%;
  237.  
  238. H="border-width"
  239. ^!Set %Value%=^?{Value for border-width=thin|_medium|thick}
  240. ^!InsertText border-width: ^%Value%;
  241.  
  242. H=";"
  243.  
  244.  
  245. H="clear"
  246. ^!Set %Value%=^?{Value for clear==_none|left|right|both}
  247. ^!InsertText clear: ^%Value%;
  248.  
  249. H="color"
  250. ^!Set %Value%=^?{Value for color=aqua|_black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow}
  251. ^!InsertText color: ^%Value%;
  252.  
  253. H="display"
  254. ^!Set %Value%=^?{Value for display==_block|inline|list-item|none}
  255. ^!InsertText display: ^%Value%;
  256.  
  257. H="float"
  258. ^!Set %Value%=^?{Value for float==left|right|_none}
  259. ^!InsertText float: ^%Value%;
  260.  
  261. H=";"
  262.  
  263.  
  264. H="font"
  265. ;<font-style> <font-variant> <font-weight> <font-size/line-height> <font-family> 
  266. ^!Set %style%=^?{font-&style==_normal|italic|oblique};%variant%=^?{font-&variant==_normal|small-caps};%weight%=^?{font-&weight==_normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900};%size%=^?{font-&size/line-height};%family%=^?{font-&family=_Serif|Sans-Serif|Cursive|Fantasy|Monospace|Arial, Helvetica, Sans-Serif|Times New Roman, Times, Serif|Courier New, Courier, Monospace|Wingding, Symbol|Comic Sans MS|Impact|Lucida|Palatino|Verdana}
  267. ^!Set %Value%=^%Empty%
  268.  
  269. ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style%
  270. ^!IfFalse "^$IsEmpty(^%variant%)$" ^!Set %Value%=^%Value% ^%variant%
  271. ^!IfFalse "^$IsEmpty(^%weight%)$" ^!Set %Value%=^%Value% ^%weight%
  272. ^!IfFalse "^$IsEmpty(^%size%)$" ^!Set %Value%=^%Value% ^%size%
  273. ^!IfFalse "^$IsEmpty(^%family%)$" ^!Set %Value%=^%Value% ^%family%
  274.  
  275. ^!InsertText font:^%Value%;
  276.  
  277. H="font-family"
  278. ^!Set %Value%=^?{Value for font-family=_Serif|Sans-Serif|Cursive|Fantasy|Monospace|Arial, Helvetica, Sans-Serif|Times New Roman, Times, Serif|Courier New, Courier, Monospace|Wingding, Symbol|Comic Sans MS|Impact|Lucida|Palatino|Verdana}
  279. ^!InsertText font-family: ^%Value%;
  280.  
  281. H="font-size"
  282. ;<absolute-size>|<relative-size>|<length>|<percentage>
  283. ^!Set %Value%=^?{Value for font-size=xx-small|x-small|small|_medium|large|x-large|xx-large}
  284. ^!InsertText font-size: ^%Value%;
  285.  
  286. H="font-style"
  287. ^!Set %Value%=^?{Value for font-style==_normal|italic|oblique}
  288. ^!InsertText font-style: ^%Value%;
  289.  
  290. H="font-variant"
  291. ^!Set %Value%=^?{Value for font-variant==_normal|small-caps}
  292. ^!InsertText font-variant: ^%Value%;
  293.  
  294. H="font-weight"
  295. ^!Set %Value%=^?{Value for font-weight==_normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900}
  296. ^!InsertText font-weight: ^%Value%;
  297.  
  298. H=";"
  299.  
  300.  
  301. H="height"
  302. ^!Set %Value%=^?{Value for height=auto}
  303. ^!InsertText height: ^%Value%;
  304.  
  305. H="letter-spacing"
  306. ^!Set %Value%=^?{Value for letter-spacing=normal}
  307. ^!InsertText letter-spacing: ^%Value%;
  308.  
  309. H="line-height"
  310. ^!Set %Value%=^?{Value for line-height=normal}
  311. ^!InsertText line-height: ^%Value%;
  312.  
  313. H=";"
  314.  
  315.  
  316. H="list-style-image"
  317. ^!Set %Value%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg;*.jpe")Value for list-style-image}
  318. ^!InsertText list-style-image: url(^$FileToUrl("^$GetRelativeName("^%Value%")$")$);
  319.  
  320. H="list-style-position"
  321. ^!Set %Value%=^?{Value for list-style-position==inside|_outside}
  322. ^!InsertText list-style-position: ^%Value%;
  323.  
  324. H="list-style-type"
  325. ^!Set %Value%=^?{Value for list-style-type==_disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none}
  326. ^!InsertText list-style-type: ^%Value%;
  327.  
  328. H=";"
  329.  
  330.  
  331. H="margin"
  332. ^!Set %top%=^?{margin-&top=0px};%right%=^?{margin-&right=0px};%bottom%=^?{margin-&bottom=0px};%left%=^?{margin-&left=0px}
  333. ^!Set %Value%=^%Empty%
  334.  
  335. ^!IfFalse "^$IsEmpty(^%top%)$" ^!Set %Value%=^%Value% ^%top%
  336. ^!IfFalse "^$IsEmpty(^%right%)$" ^!Set %Value%=^%Value% ^%right%
  337. ^!IfFalse "^$IsEmpty(^%bottom%)$" ^!Set %Value%=^%Value% ^%bottom%
  338. ^!IfFalse "^$IsEmpty(^%left%)$" ^!Set %Value%=^%Value% ^%left%
  339.  
  340. ^!InsertText margin:^%Value%;
  341.  
  342. H="margin-bottom"
  343. ^!Set %Value%=^?{Value for margin-bottom=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  344. ^!InsertText margin-bottom: ^%Value%;
  345.  
  346. H="margin-left"
  347. ^!Set %Value%=^?{Value for margin-left=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  348. ^!InsertText margin-left: ^%Value%;
  349.  
  350. H="margin-right"
  351. ^!Set %Value%=^?{Value for margin-right=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  352. ^!InsertText margin-right: ^%Value%;
  353.  
  354. H="margin-top"
  355. ^!Set %Value%=^?{Value for margin-top=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  356. ^!InsertText margin-top: ^%Value%;
  357.  
  358. H=";"
  359.  
  360.  
  361. H="padding"
  362. ^!Set %top%=^?{padding-&top=0px};%right%=^?{padding-&right=0px};%bottom%=^?{padding-&bottom=0px};%left%=^?{padding-&left=0px}
  363. ^!Set %Value%=^%Empty%
  364.  
  365. ^!IfFalse "^$IsEmpty(^%top%)$" ^!Set %Value%=^%Value% ^%top%
  366. ^!IfFalse "^$IsEmpty(^%right%)$" ^!Set %Value%=^%Value% ^%right%
  367. ^!IfFalse "^$IsEmpty(^%bottom%)$" ^!Set %Value%=^%Value% ^%bottom%
  368. ^!IfFalse "^$IsEmpty(^%left%)$" ^!Set %Value%=^%Value% ^%left%
  369.  
  370. ^!InsertText padding:^%Value%;
  371.  
  372. H="padding-bottom"
  373. ^!Set %Value%=^?{Value for padding-bottom=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  374. ^!InsertText padding-bottom: ^%Value%;
  375.  
  376. H="padding-left"
  377. ^!Set %Value%=^?{Value for padding-left=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  378. ^!InsertText padding-left: ^%Value%;
  379.  
  380. H="padding-right"
  381. ^!Set %Value%=^?{Value for padding-right=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  382. ^!InsertText padding-right: ^%Value%;
  383.  
  384. H="padding-top"
  385. ^!Set %Value%=^?{Value for padding-top=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  386. ^!InsertText padding-top: ^%Value%;
  387.  
  388. H=";"
  389.  
  390.  
  391. H="text-align"
  392. ^!Set %Value%=^?{Value for text-align==_left|right|center|justify}
  393. ^!InsertText text-align: ^%Value%;
  394.  
  395. H="text-decoration"
  396. ^!Set %Value%=^?{Value for text-decoration==_none|underline|overline|line-through|blink}
  397. ^!InsertText text-decoration: ^%Value%;
  398.  
  399. H="text-indent"
  400. ^!Set %Value%=^?{Value for text-indent=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%}
  401. ^!InsertText text-indent: ^%Value%;
  402.  
  403. H="text-transform"
  404. ^!Set %Value%=^?{Value for text-transform==capitalize|uppercase|lowercase|_none}
  405. ^!InsertText text-transform: ^%Value%;
  406.  
  407. H=";"
  408.  
  409.  
  410. H="white-space"
  411. ^!Set %Value%=^?{Value for white-space=_normal|pre|nowrap}
  412. ^!InsertText white-space: ^%Value%;
  413.  
  414. H="width"
  415. ^!Set %Value%=^?{Value for width=auto}
  416. ^!InsertText width: ^%Value%;
  417.  
  418. H="word-spacing"
  419. ^!Set %Value%=^?{Value for word-spacing=normal}
  420. ^!InsertText word-spacing: ^%Value%;
  421.  
  422. H=";"
  423.  
  424.  
  425. H=";About this library"
  426. This library was written by Fookes Software to serve as a demonstration of the varied tasks that can be performed by the Editor Clipbook. You are free to customize it any way you like, but make sure you keep a backup copy before installing a new copy of NoteTab over it!
  427.  
  428. If you have a useful Clipbook library that you would like to share with other NoteTab users, please submit it to: <clipbook@fookes.com>. Your library will then be added to the Clipbook repository on the Web.
  429.  
  430.